home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / rndbkdrp.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  39 lines

  1. Short:    Two ARexx scripts for putting a random picture on the WB Screen
  2. Author:   Reinhard Katzmann
  3. Uploader: Reinhard Katzmann - suamor@student.uni-tuebingen.de
  4. Type:     util/boot
  5.  
  6.             RndBackdrop V1.0  ScanPicDir V1.0
  7.             ---------------------------------
  8.  
  9. Purpose
  10. -------
  11.  
  12. Two little programs I've written in ARexx, because similar programs on 
  13. aminet did not support reloading of a random picture, in case I get annoyed
  14. of a picture but don't want to reboot (moreover WBPattern can't simply 
  15. reload a picture by giving a picture as argument to it, don't know about
  16. WBPicture (NickPrefs) though.).
  17.  
  18. Copyright
  19. ---------
  20.  
  21. Both scripts are Public Domain. You may use it as you wish, but it would
  22. be nice if you mentioned me somewhere when you include them in one of your
  23. programs.
  24.  
  25. Description
  26. -----------
  27. ScanPicDir read one or more directories and creates a list of backdrop 
  28. pictures which you may alter by hand (simple ascii files).
  29.  
  30. RndBackdrop reads the list ScanPicDir and/or you created, selects per 
  31. random a picture and copies it to a picture which you only need to give in
  32. WBPattern and save it. It also includes a possibility to load a picture
  33. AFTER the Workbench has been loaded (though this is a bit tricky. Read the
  34. Readme file in the archive for more information.
  35.  
  36. Miscellaenous
  37. -------------
  38. Send Bugs/Ideas/Problems to suamor@student.uni-tuebingen.de (Reinhard Katzmann)
  39.